From: Jason Rumney Date: Wed, 29 Jan 2003 23:31:11 +0000 (+0000) Subject: (init_external_image_libraries): Allow jpeg-62.dll as X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28530 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3275c94961cd20e4cbce78e0dc47541d2774c971;p=emacs.git (init_external_image_libraries): Allow jpeg-62.dll as an alternative name for jpeg.dll. --- diff --git a/src/w32fns.c b/src/w32fns.c index 67104188e5d..4af4555dd93 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -15681,6 +15681,7 @@ init_external_image_libraries () #if HAVE_JPEG /* Try loading jpeg library under probable names. */ if ((library = LoadLibrary ("libjpeg.dll")) + (library = LoadLibrary ("jpeg-62.dll")) || (library = LoadLibrary ("jpeg.dll"))) { if (init_jpeg_functions (library))